home *** CD-ROM | disk | FTP | other *** search
/ Elite College Girls 1 / Elite College Girls - Volume 1.iso / pc / shared.dir / 01970.ls < prev    next >
Encoding:
Text File  |  1996-02-02  |  199 b   |  14 lines

  1. global gReturnFrame
  2.  
  3. on mouseDown
  4.   if the timer < 30 then
  5.     exit
  6.   end if
  7.   if legalButton(the clickOn) then
  8.     cursor(4)
  9.     go(gReturnFrame)
  10.     hideShow(1, 9, 1, 3)
  11.     cursor(0)
  12.   end if
  13. end
  14.